/* CONTENEDOR GENERAL */
.tpl_tienda0_unq_box {
    width: 100%;
    max-width: 770px;
    height: 300px;
    overflow: hidden;
    border-left: 3px solid #2b8cc4;
}

/* SCROLL HORIZONTAL */
.tpl_tienda0_unq_scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* TABLA */
.tpl_tienda0_unq_table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    table-layout: fixed;
}

/* CABECERA */
.tpl_tienda0_unq_table thead {
    background: #4a4a4a;
    color: white;
}

.tpl_tienda0_unq_table th {
    padding: 4px 6px;
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    border-right: 1px solid #666;
    white-space: nowrap;
}

/* FILAS */
.tpl_tienda0_unq_table td {
    padding: 4px 6px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-size: 11px;
    line-height: 1.3;
    word-break: break-word;
    white-space: normal;
}

/* HOVER */
.tpl_tienda0_unq_table tr:hover {
    background: #f2f2f2;
}

/* ANCHOS DE COLUMNAS */
.tpl_tienda0_unq_th_plantilla,
.tpl_tienda0_unq_col_plantilla {
    width: 8%;
}

.tpl_tienda0_unq_th_asunto,
.tpl_tienda0_unq_col_asunto {
    width: 22%;
}

.tpl_tienda0_unq_th_envio,
.tpl_tienda0_unq_col_envio {
    width: 22%;
}

.tpl_tienda0_unq_th_cc,
.tpl_tienda0_unq_col_cc {
    width: 8%;
}

.tpl_tienda0_unq_th_desc,
.tpl_tienda0_unq_col_desc {
    width: 40%;
}

/* BADGE TIENDA 0 */
.tpl_tienda0_unq_badge {
    background: #2b8cc4;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}
